-
Home
-
Leyka
-
3.27
-
Code
-
Classes
- PaymentMethodBankCard
| Total Complexity |
53 |
| Dependencies |
6 |
| Dependents |
0 |
| Total lines |
291 |
| Lines of code |
157 |
| Logical lines of code |
66 |
| Comment lines |
77 |
| Methods |
17 |
| Properties |
8 |
Methods 17
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| setExpiryMonth() |
A |
50 |
9 |
29 |
| setExpiryYear() |
S |
56 |
7 |
18 |
| setLast4() |
S |
57 |
5 |
17 |
| setFirst6() |
S |
57 |
5 |
17 |
| setIssuerCountry() |
S |
59 |
5 |
14 |
| setSource() |
S |
59 |
5 |
14 |
| setCardType() |
S |
62 |
4 |
11 |
| setIssuerName() |
S |
63 |
4 |
10 |
| __construct() |
S |
81 |
1 |
3 |
| getLast4() |
S |
82 |
1 |
3 |
| getFirst6() |
S |
82 |
1 |
3 |
| getExpiryYear() |
S |
82 |
1 |
3 |
| getExpiryMonth() |
S |
82 |
1 |
3 |
| getCardType() |
S |
82 |
1 |
3 |
| getIssuerCountry() |
S |
82 |
1 |
3 |
| getIssuerName() |
S |
82 |
1 |
3 |
| getSource() |
S |
82 |
1 |
3 |